3.11.40 \(\int \frac {1}{x^2 \sqrt [4]{2-3 x^2} (4-3 x^2)} \, dx\) [1040]

3.11.40.1 Optimal result
3.11.40.2 Mathematica [C] (verified)
3.11.40.3 Rubi [A] (verified)
3.11.40.4 Maple [F]
3.11.40.5 Fricas [F]
3.11.40.6 Sympy [F]
3.11.40.7 Maxima [F]
3.11.40.8 Giac [F]
3.11.40.9 Mupad [F(-1)]

3.11.40.1 Optimal result

Integrand size = 24, antiderivative size = 166 \[ \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx=-\frac {\left (2-3 x^2\right )^{3/4}}{8 x}+\frac {\sqrt {3} \arctan \left (\frac {2^{3/4}-\sqrt [4]{2} \sqrt {2-3 x^2}}{\sqrt {3} x \sqrt [4]{2-3 x^2}}\right )}{8\ 2^{3/4}}+\frac {\sqrt {3} \text {arctanh}\left (\frac {2^{3/4}+\sqrt [4]{2} \sqrt {2-3 x^2}}{\sqrt {3} x \sqrt [4]{2-3 x^2}}\right )}{8\ 2^{3/4}}-\frac {\sqrt {3} E\left (\left .\frac {1}{2} \arcsin \left (\sqrt {\frac {3}{2}} x\right )\right |2\right )}{4\ 2^{3/4}} \]

output
-1/8*(-3*x^2+2)^(3/4)/x+1/16*2^(1/4)*arctan(1/3*(2^(3/4)-2^(1/4)*(-3*x^2+2 
)^(1/2))/x/(-3*x^2+2)^(1/4)*3^(1/2))*3^(1/2)+1/16*2^(1/4)*arctanh(1/3*(2^( 
3/4)+2^(1/4)*(-3*x^2+2)^(1/2))/x/(-3*x^2+2)^(1/4)*3^(1/2))*3^(1/2)-1/8*2^( 
1/4)*(cos(1/2*arcsin(1/2*x*6^(1/2)))^2)^(1/2)/cos(1/2*arcsin(1/2*x*6^(1/2) 
))*EllipticE(sin(1/2*arcsin(1/2*x*6^(1/2))),2^(1/2))*3^(1/2)
 
3.11.40.2 Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 6 vs. order 4 in optimal.

Time = 11.03 (sec) , antiderivative size = 56, normalized size of antiderivative = 0.34 \[ \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx=-\frac {\left (2-3 x^2\right )^{3/4}}{8 x}+\frac {3 x^3 \operatorname {AppellF1}\left (\frac {3}{2},\frac {1}{4},1,\frac {5}{2},\frac {3 x^2}{2},\frac {3 x^2}{4}\right )}{64 \sqrt [4]{2}} \]

input
Integrate[1/(x^2*(2 - 3*x^2)^(1/4)*(4 - 3*x^2)),x]
 
output
-1/8*(2 - 3*x^2)^(3/4)/x + (3*x^3*AppellF1[3/2, 1/4, 1, 5/2, (3*x^2)/2, (3 
*x^2)/4])/(64*2^(1/4))
 
3.11.40.3 Rubi [A] (verified)

Time = 0.24 (sec) , antiderivative size = 166, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {349, 2009}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx\)

\(\Big \downarrow \) 349

\(\displaystyle \int \left (\frac {1}{4 x^2 \sqrt [4]{2-3 x^2}}-\frac {3}{4 \sqrt [4]{2-3 x^2} \left (3 x^2-4\right )}\right )dx\)

\(\Big \downarrow \) 2009

\(\displaystyle -\frac {\sqrt {3} E\left (\left .\frac {1}{2} \arcsin \left (\sqrt {\frac {3}{2}} x\right )\right |2\right )}{4\ 2^{3/4}}+\frac {\sqrt {3} \arctan \left (\frac {2^{3/4}-\sqrt [4]{2} \sqrt {2-3 x^2}}{\sqrt {3} x \sqrt [4]{2-3 x^2}}\right )}{8\ 2^{3/4}}+\frac {\sqrt {3} \text {arctanh}\left (\frac {\sqrt [4]{2} \sqrt {2-3 x^2}+2^{3/4}}{\sqrt {3} x \sqrt [4]{2-3 x^2}}\right )}{8\ 2^{3/4}}-\frac {\left (2-3 x^2\right )^{3/4}}{8 x}\)

input
Int[1/(x^2*(2 - 3*x^2)^(1/4)*(4 - 3*x^2)),x]
 
output
-1/8*(2 - 3*x^2)^(3/4)/x + (Sqrt[3]*ArcTan[(2^(3/4) - 2^(1/4)*Sqrt[2 - 3*x 
^2])/(Sqrt[3]*x*(2 - 3*x^2)^(1/4))])/(8*2^(3/4)) + (Sqrt[3]*ArcTanh[(2^(3/ 
4) + 2^(1/4)*Sqrt[2 - 3*x^2])/(Sqrt[3]*x*(2 - 3*x^2)^(1/4))])/(8*2^(3/4)) 
- (Sqrt[3]*EllipticE[ArcSin[Sqrt[3/2]*x]/2, 2])/(4*2^(3/4))
 

3.11.40.3.1 Defintions of rubi rules used

rule 349
Int[(x_)^(m_)/(((a_) + (b_.)*(x_)^2)^(1/4)*((c_) + (d_.)*(x_)^2)), x_Symbol 
] :> Int[ExpandIntegrand[x^m/((a + b*x^2)^(1/4)*(c + d*x^2)), x], x] /; Fre 
eQ[{a, b, c, d}, x] && EqQ[b*c - 2*a*d, 0] && IntegerQ[m] && (PosQ[a] || In 
tegerQ[m/2])
 

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 
3.11.40.4 Maple [F]

\[\int \frac {1}{x^{2} \left (-3 x^{2}+2\right )^{\frac {1}{4}} \left (-3 x^{2}+4\right )}d x\]

input
int(1/x^2/(-3*x^2+2)^(1/4)/(-3*x^2+4),x)
 
output
int(1/x^2/(-3*x^2+2)^(1/4)/(-3*x^2+4),x)
 
3.11.40.5 Fricas [F]

\[ \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx=\int { -\frac {1}{{\left (3 \, x^{2} - 4\right )} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} x^{2}} \,d x } \]

input
integrate(1/x^2/(-3*x^2+2)^(1/4)/(-3*x^2+4),x, algorithm="fricas")
 
output
integral((-3*x^2 + 2)^(3/4)/(9*x^6 - 18*x^4 + 8*x^2), x)
 
3.11.40.6 Sympy [F]

\[ \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx=- \int \frac {1}{3 x^{4} \sqrt [4]{2 - 3 x^{2}} - 4 x^{2} \sqrt [4]{2 - 3 x^{2}}}\, dx \]

input
integrate(1/x**2/(-3*x**2+2)**(1/4)/(-3*x**2+4),x)
 
output
-Integral(1/(3*x**4*(2 - 3*x**2)**(1/4) - 4*x**2*(2 - 3*x**2)**(1/4)), x)
 
3.11.40.7 Maxima [F]

\[ \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx=\int { -\frac {1}{{\left (3 \, x^{2} - 4\right )} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} x^{2}} \,d x } \]

input
integrate(1/x^2/(-3*x^2+2)^(1/4)/(-3*x^2+4),x, algorithm="maxima")
 
output
-integrate(1/((3*x^2 - 4)*(-3*x^2 + 2)^(1/4)*x^2), x)
 
3.11.40.8 Giac [F]

\[ \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx=\int { -\frac {1}{{\left (3 \, x^{2} - 4\right )} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} x^{2}} \,d x } \]

input
integrate(1/x^2/(-3*x^2+2)^(1/4)/(-3*x^2+4),x, algorithm="giac")
 
output
integrate(-1/((3*x^2 - 4)*(-3*x^2 + 2)^(1/4)*x^2), x)
 
3.11.40.9 Mupad [F(-1)]

Timed out. \[ \int \frac {1}{x^2 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx=-\int \frac {1}{x^2\,{\left (2-3\,x^2\right )}^{1/4}\,\left (3\,x^2-4\right )} \,d x \]

input
int(-1/(x^2*(2 - 3*x^2)^(1/4)*(3*x^2 - 4)),x)
 
output
-int(1/(x^2*(2 - 3*x^2)^(1/4)*(3*x^2 - 4)), x)